projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f845082
)
i2c: fix dangling comment in do_i2c_mw()
author
Heiko Schocher
<
[email protected]
>
Sat, 5 Dec 2009 10:59:51 +0000
(11:59 +0100)
committer
Wolfgang Denk
<
[email protected]
>
Mon, 7 Dec 2009 21:58:46 +0000
(22:58 +0100)
commit
bd3784df94bfeca43fbf34094df9cb1bd3ecca3b
deleted some unused
code in do_i2c_mw(), but missed to also remove the respective
commment. This patch fixes this.
Signed-off-by: Heiko Schocher <
[email protected]
>
common/cmd_i2c.c
patch
|
blob
|
history
diff --git
a/common/cmd_i2c.c
b/common/cmd_i2c.c
index 8d6feda27213c3b2b70180395c4740d2cf20f5d4..62cbd335e5a458e31b1ff8a9950b62ed6875e4af 100644
(file)
--- a/
common/cmd_i2c.c
+++ b/
common/cmd_i2c.c
@@
-315,10
+315,6
@@
int do_i2c_mw ( cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
/*
* Wait for the write to complete. The write can take
* up to 10mSec (we allow a little more time).
- *
- * On some chips, while the write is in progress, the
- * chip doesn't respond. This apparently isn't a
- * universal feature so we don't take advantage of it.
*/
/*
* No write delay with FRAM devices.